home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / show / supervw_lib_82.lha / superview-lib / Programmers / Example_Tools / ControlPad / smakefile < prev   
Makefile  |  1994-09-10  |  298b  |  16 lines

  1. CPD : CPD.o CPD_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,CPD.o,CPD_Subs.o,AsmSupport.o TO CPD LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.  
  5. CPD.o : CPD.c
  6.  
  7.                SC CPD.c
  8.  
  9. CPD_Subs.o : CPD_Subs.c
  10.  
  11.                SC CPD_Subs.c
  12.  
  13. AsmSupport.o : AsmSupport.a
  14.  
  15.                Asm AsmSupport.a
  16.